projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b41580
)
Adwaita: double declared $button_fill
author
Jakub Steiner
<jimmac@gmail.com>
Fri, 13 Nov 2020 16:21:03 +0000
(17:21 +0100)
committer
Jakub Steiner
<jimmac@gmail.com>
Fri, 13 Nov 2020 16:24:13 +0000
(17:24 +0100)
- this was already in place in _common, no need to have it in _colors
gtk/theme/Adwaita/_colors.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_colors.scss
b/gtk/theme/Adwaita/_colors.scss
index b7c448c751379e36236229ab318df7b37058d20f..3eddb09ad502deca1ed4e41d2ac37bb482fa691c 100644
(file)
--- a/
gtk/theme/Adwaita/_colors.scss
+++ b/
gtk/theme/Adwaita/_colors.scss
@@
-1,9
+1,6
@@
// When color definition differs for dark and light variant
// it gets @if ed depending on $variant
-// !global vars no longer in sass
-$button_fill: null;
-
$base_color: if($variant == 'light', #ffffff, lighten(desaturate(#241f31, 100%), 2%));
$text_color: if($variant == 'light', black, white);
$bg_color: if($variant == 'light', #f6f5f4, darken(desaturate(#3d3846, 100%), 4%));